xen: arm: Document xenheap_megabytes limitation
authorChris (Christopher) Brand <chris.brand@broadcom.com>
Thu, 23 Jul 2015 16:31:56 +0000 (16:31 +0000)
committerIan Campbell <ian.campbell@citrix.com>
Fri, 24 Jul 2015 10:16:11 +0000 (11:16 +0100)
commita7da1081d1ee403464ce1f4fbda5c084cfb868df
treeec2118a3c4265072e2f6722c0491ed9b7ac7499b
parent2d70c9ce79d0201269b55ed6e906b25e83c7079b
xen: arm: Document xenheap_megabytes limitation

In setup_mm(), the value passed as xenheap_megabytes gets
converted to pages and passed to setup_xenheap_mappings(),
which in turn passes it to create_32mb_mappings(), which
contains an ASSERT that the value passed is a multiple of
32MB. So specifying any value that is not an integer multiple
of 32 will cause Xen to hit this assert and fail to boot.

Signed-off-by: Chris Brand <chris.brand@broadcom.com>
Reviewed-by: Julien Grall <julien.grall@citrix.com>
Acked-by: Ian Campbell <ian.campbell@citrix.com>
docs/misc/xen-command-line.markdown